home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
SYS
/
s
/
M2Edt
/
HSplitWin.edt
next >
Wrap
Text File
|
1996-09-26
|
256b
|
17 lines
/* Fenster horizontal teilen */
OPTIONS RESULTS
'Get WINDOWID'
me=RESULT
'Get' WINDOWWIDTH
w=RESULT%2
'Set' WINDOWWIDTH w
'Get' WINDOWLEFT
l=RESULT+w
'Get' WINDOWTOP
t=RESULT
'Get' WINDOWHEIGHT
h=RESULT
'NewWindow'
'SetWindowBox' l t w h
'SelectWindow' me